From 19f3b1efaa31ea348d7b03730e48eb07cb07fc59 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 15 May 2016 10:30:40 -0400 Subject: [PATCH] Small rewordings --- src/doc/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 74160a50e..5819878a9 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -13,7 +13,7 @@ To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project’s dependencies. * Invokes `rustc` or another build tool with the correct parameters to build your project. -* Introduces conventions, making working with Rust projects easier. +* Introduces conventions to make working with Rust projects easier. # Creating A New Project @@ -252,7 +252,7 @@ about them, here’s a summary: Let’s dig in a little bit more. -`Cargo.toml` is a **manifest** file. In the manifest, we can specify a bunch of +`Cargo.toml` is a **manifest** file in which we can specify a bunch of different metadata about our project. For example, we can say that we depend on another project: -- 2.30.2